projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f839c7f
)
Remove mistaken dired-x entry from previous info-look patch.
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 9 Oct 2021 12:49:38 +0000
(14:49 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 9 Oct 2021 12:49:38 +0000
(14:49 +0200)
lisp/info-look.el
patch
|
blob
|
history
diff --git
a/lisp/info-look.el
b/lisp/info-look.el
index 881f63c140ca9f0b2957c04b9bdacd397f653cc3..48120359193268efa546dfdb5230ef0475419f65 100644
(file)
--- a/
lisp/info-look.el
+++ b/
lisp/info-look.el
@@
-979,8
+979,7
@@
Return nil if there is nothing appropriate in the buffer near point."
;; sort of fallback match scheme existed.
("(elisp)Index" nil "^ -+ .*: " "\\( \\|$\\)")
("(cl)Function Index" nil "^ -+ .*: " "\\( \\|$\\)")
- ("(cl)Variable Index" nil "^ -+ .*: " "\\( \\|$\\)")
- ("(dired-x)Index" nil "^ -+ .*: " "\\( \\|$\\)")))
+ ("(cl)Variable Index" nil "^ -+ .*: " "\\( \\|$\\)")))
(mapc
(lambda (elem)